home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(29, 2)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout(29)
- end if
- end
-
- on mouseUp
- global INSTALL1, QUITINSTALL
- glowClear()
- doClick()
- cursor(0)
- set QUITINSTALL to INSTALL1
- play frame "DirectX"
- end
-